home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / DOC.PAK / CONFIG.TXT < prev    next >
Text File  |  1997-05-06  |  2KB  |  48 lines

  1. CONFIG.TXT
  2. ==========
  3.  
  4. This document discusses installation and configuration issues 
  5. involved when both Borland C++ 5.0 and Borland C++ 4.52 are 
  6. run on the same system.
  7.  
  8. Borland does not recommend installing both versions 5.0 and 4.52 
  9. on the same system. However, you can do it when absolutely necessary.  
  10. Be forewarned that you cannot safely run both 5.0 and 4.52 
  11. simultaneously at the same time. The problem with doing so
  12. is that the paths required by each product differ.  To run either
  13. compiler version, you'll need to verify the path prior to invocation.  
  14. The path must point to the appropriate \BIN directory
  15. of the version that you plan to use during the session.
  16.  
  17. The procedure of changing the path and rebooting to switch 
  18. compiler versions is a workable solution, but it may cause some confusion
  19. due to resulting file associations.
  20.  
  21. For example, if you boot a Windows 95 system with both versions installed, 
  22. clicking on the source code icon in the Windows Explorer will invoke 
  23. BC5.0 even if the path specifies BC4.52.  Being Windows 95 compliant, 
  24. BC5.0 is entered into the registry whereas BC4.52, being released prior 
  25. to Windows95, will not appear in the registry.  BC5.0 will start, but will
  26. function poorly because the path points back to BC4.52.  
  27.  
  28. WARNING:  
  29. It is easy to boot versions of BC from the incorrect path when switching 
  30. paths frequently.  This may cause error messages to occur that you may not 
  31. immediately identify as being related to path problems.  Failing 
  32. to reboot after changing the path can cause similar problems.
  33.  
  34. To change the path under Windows NT, use Control Panel | System | User 
  35. Environment Variables.  
  36.  
  37. In Windows 95, you change paths by editing the AUTOEXEC.BAT file located 
  38. in the root directory of the hard drive.  However, repeatedly altering 
  39. AUTOEXEC.BAT increases the possibility of error due to typographic 
  40. and other errors.  
  41.  
  42. Because of the effort involved in changing paths on either
  43. platform, it is reccommended that a dual 
  44. boot configuration be used on any system running both versions.  Please 
  45. consult the Windows 95 or NT documentation for information 
  46. about adding dual boot capabilities to a system.
  47.  
  48.